home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
cprog.EXE
/
CC_1.ZIP
/
BTEST.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-09
|
248b
|
13 lines
echo off
rem
rem This batch file is used to build test.exe;
rem a demonstration of the mult-dimensional array
rem capability of Version 1.01 of Small-C
rem
echo on
cc test ;
cc ext ;
masm test ;
masm ext ;
link test ext,test,test,c